body, html, .page, .page-box {
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
}

.owo-animation {
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.owo-animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.owo-animation-forward {
  z-index: 99;
}

img {
  border: none;
}

[route-active="false"] {
  display: none;
}

/* 清除浮动 */
.clear:after {
  content: "";
  height: 0;
  line-height: 0;
  display: block;
  visibility: hidden;
  clear: both;
  zoom: 1;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

/* .top_nav {
  height: 60px;
  background-color: #e60012;
  line-height: 60px;
  color: white;
  width: 100%;
  min-width: 1000px;
}

.top_nav a {
  color: white;
}

.top_nav a:hover {
  color: white;
  text-decoration: underline;
}

.top_nav .fl {
  float: left;
}

.top_nav .fr {
  float: right;
}

.top_nav .fl a {
  margin-right: 3px;
  font-size: 15px;
}

.top_nav .fr a {
  margin-left: 5px;
  font-size: 16px;
}

.top_nav .pos_re_login {
  width: 1000px;
  margin: 0 auto;
} */
.w1000 .jsnew_line .fl {
  width: 1000px;
}

.w1000 .jsnew_line .fl div {
  width: 890px;
}

.w1000 .jsnew_line .fl div marquee {
  width: 890px;
}

.logo_line .fr {
  padding-top: 15px;
}

.logo_line .fr input.jianso_t {
  width: 265px;
  height: 33px;
  border: 1px solid #ebebeb;
  float: right;
  padding-left: 10px;
  color: #ccc;
  font-size: 12px;
}

.logo_line .fr input {
  float: right;
}

.logo_line .fr input.jianso_t {
  line-height: 33px;
}

.logo_line img {
  float: left;
  margin-right: 10px;
  vertical-align: middle;
}

.logo_line span {
  float: left;
  background: #e00011;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 30px;
  color: #fff;
  padding: 0 5px;
  line-height: 35px;
  height: 35px;
  margin-top: 8px;
}
.main-bar {
  width: 1000px;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  background-color: #d42d26;
}

.main-bar a {
  color: #ffffff;
  text-decoration: none;
}

.main-bar a:hover {
  color: white;
  -webkit-text-decoration: #ffffff;
          text-decoration: #ffffff;
}

.main-bar a {
  color: white;
  display: inline;
  margin: 10px;
  line-height: 30px;
  text-align: center;
}
.big-image-swiper {
  width: 100%;
  max-width: 1920px;
  margin: 0  auto;
  margin-top: 62px;
}

.big-image-swiper .swiper-container {
  max-height: 1040px;
  height: 46vw;
}

.big-image-swiper a {
  display: block;
  width: 100%;
  height: 100%;
}

.big-image-swiper ul {
  height: 800px;
  height: 46vw;
  width: 100%;
}

.big-image-swiper li {
  height: 800px;
  height: 46vw;
  max-height: 1036px;
  position: relative;
  overflow: hidden;
}

.big-image-swiper li img {
  width: 100%;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
  top: -50%;
  bottom: -50%;
}

.big-image-swiper li span {
  position: absolute;
  bottom: 0;
  height: 70px;
  width: 100%;
  color: white;
  line-height: 70px;
  text-align: center;
  font-size: 24px;
  background-color: rgba(0, 0, 0, 0.6);
}

.big-image-swiper .pagination {
  line-height: 50px;
  text-align: center;
}

.big-image-swiper .pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  display: inline-block;
  background-color: #d2d2d2;
  border-radius: 6px;
  margin: 0 4px;
  transition: width 0.3s;
  opacity: 1;
}

.big-image-swiper .pagination .swiper-pagination-bullet-active {
  width: 40px;
  background-color: #d42d26;
}[o-hover="grow"] {
  display: inline-block;
  vertical-align: middle;
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  transition-duration: 0.3s;
  transition-property: transform;
}
[o-hover="grow"]:hover, [o-hover="grow"]:focus, [o-hover="grow"]:active {
  transform: scale(1.1);
}

.image-show {
  width: 100%;
  margin: 0 auto;
  margin-top: 30px;
  height: 440px;
  position: relative;
  margin-bottom: 40px;
}

.image-show .swiper-container-box {
  width: 2800px;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: 0 auto;
}

.image-show ul,
.image-show .swiper-container {
  height: 440px;
  width: 100%;
}

.image-show li {
  height: 380px;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s;
  transform: translate(0, 0);
  margin-top: 60px;
}

.image-show li img {
  width: 100%;
  height: 380px;
}

.image-show li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 10px;
}

.image-show li span {
  position: absolute;
  height: 140px;
  color: white;
  line-height: 200px;
  font-size: 22px;
  width: 96%;
  bottom: 0;
  padding: 0 2%;
  left: 2%;
  background-image: url(../resource/laye2.png);
  background-size: 480px;
  background-position: 0 228px;
}

.image-show  .swiper-slide.active {
  transform: translate(0, -60px);
}

.image-show .button {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 6px;
  cursor: pointer;
}

.image-show .left {
  left: -200px;
}

.image-show .right {
  right: -200px;
}
.undefined #copyright {
  width: 1000px;
  border-top: 1px solid #f5f5f5;
  height: auto;
  margin: 0 auto;
  padding-top: 10px;
  text-align: center;
  line-height: 28px;
  color: #000;
  font-family: 'SimSun';
  font-size: 12px;
}

.undefined p {
  margin-top: 22px;
  line-height: 100%;
  text-align: center;
}

.undefined a {
  color: #000;
}

.undefined p.mt30 {
  margin-top: 30px;
  position: relative;
  line-height: 200%;
}

.undefined #beian {
  position: absolute;
  right: 220px;
  top: 0px;
}

.undefined p.mt30 span#kxwz {
  position: absolute;
  right: 80px;
  top: 0px;
}

.undefined a {
  color: #000;
}
.logo_line.mt5 {
  margin: 35px auto;
}

.title {
  background-image: url('../resource/title-bg.png');
  background-repeat: no-repeat;
  text-align: center;
  background-position: center bottom;
  position: relative;
  margin-top: 10px;
}

.title span {
  line-height: 100px;
  font-size: 40px;
  margin-top: 20px;
}

.title .more {
  position: absolute;
  right: 0;
  bottom: 0;
}

.text-box,
.text-box p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
  margin-top: 40px;
  color: #81858e;
}

.tab-bar {
  width: 800px;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
}

.tab-bar .item {
  width: 120px;
  height: 50px;
  border: 1px solid #c6d1e3;
  border-radius: 32px;
  line-height: 50px;
  text-align: center;
  font-size: 20px;
  background-color: #ebedf1;
  color: #909297;
  display: inline-block;
  margin: 8px 10px;
  cursor: pointer;
}

.tab-bar .item span {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.tab-bar .active {
  background-color: #d42d26;
  color: white;
}

.edit {
  display: none;
}

.show-box.w1200 {
  overflow: hidden;
  margin-top: 20px;
}

.show-box.w1200 .swiper-container-show {
  position: relative;
  width: 1200px;
  overflow: hidden;
}

.show-box.w1200 .swiper-container-show li {
  height: 330px;
  float: left;
  width: 300px;
  position: relative;
  overflow: hidden;
}

.show-box.w1200 .swiper-container-show li .li-box {
  display: block;
  margin: 10px;
  height: 310px;
  width: 280px;
  background-color: #ebedf1;
  background-image: url('../resource/more.png');
  background-repeat: no-repeat;
  background-position: 210px 320px;
}

.show-box.w1200 .swiper-container-show li a {
  display: block;
}

.show-box.w1200 .swiper-container-show li img {
  width: 100%;
  height: 200px;
}

.show-box.w1200 .swiper-container-show li span {
  color: #555555;
  font-size: 18px;
  margin: 0 10px;
  line-height: 30px;
  width: 260px;
  display: block;
  margin-top: 5px;
}

.show-box.w1200 .swiper-container-show li p {
  color: #555555;
  font-size: 15px;
  margin: 0 10px;
  line-height: 30px;
  width: 260px;
  display: block;
  height: 88px;
  overflow: hidden;
}

.show-box.w1200 .swiper-container-show li:first-child {
  width: 600px;
  height: 380px;
}

.show-box.w1200 .swiper-container-show li:first-child p, .show-box.w1200 .swiper-container-show li h4 {
  display: none;
}

.show-box.w1200 .swiper-container-show li:first-child .li-box {
  width: 580px;
  height: 360px;
  position: relative;
  background-image: none;
  overflow: hidden;
}

.show-box.w1200 .swiper-container-show li:first-child .top-image {
  width: 100%;
  height: 100%;
}

.show-box.w1200 .swiper-container-show li:first-child img {
  height: 100%;
  width: auto;
  position: absolute;
  left: -50%;
  right: -50%;
  margin: auto;
}

.show-box.w1200 .swiper-container-show li:first-child span {
  position: absolute;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.6);
  width: 96%;
  left: -10px;
  padding: 0 2%;
  color: white;
  font-size: 20px;
  line-height: 60px;
}

.show-box.w1200 .swiper-container-show li:nth-child(2),
.show-box.w1200 .swiper-container-show li:nth-child(3) {
  margin-top: 50px;
}

.more-button {
  position: absolute;
  right: 10px;
  height: 40px;
  background-color: #d42d26;
  color: white;
  width: 110px;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  border-radius: 3px;
  top: 10px;
  cursor: pointer;
  display: block;
}

.bottom-bar {
  height: 80px;
  position: relative;
}

.bottom-bar .button {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}

.bottom-bar .button:focus {
  border: none;
}

.bottom-bar .left {
  left: -120px;
}

.bottom-bar .right {
  right: -120px;
}

.jingxuantuji {
  max-width: 1920px;
  max-height: 768px;
  margin-top: 40px;
  height: 700px;
  height: 42vw;
  margin: 30px auto;
}

.jingxuantuji a,
.jingxuantuji img {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  transition: transform 1s;
}

.jingxuantuji .left {
  width: 34%;
  height: 100%;
  overflow: hidden;
}

.jingxuantuji .right {
  width: 66%;
  height: 100%;
}

.jingxuantuji .top {
  height: 50%;
}

.jingxuantuji .bottom {
  height: 50%;
}

.jingxuantuji .top-left,
.jingxuantuji .bottom-right {
  width: 54%;
  height: 100%;
}

.jingxuantuji .bottom-left,
.jingxuantuji .top-right {
  width: 46%;
  height: 100%;
}

.jingxuantuji span {
  position: absolute;
  height: 140px;
  color: white;
  line-height: 200px;
  font-size: 22px;
  width: 96%;
  bottom: 0;
  padding: 0 2%;
  background-image: url(../resource/layer.png);
  background-size: 480px;
  background-position: 0 140px;
}

.jingxuantuji a {
  overflow: hidden;
}

.jingxuantuji a:hover img {
  transform: scale(1.1);
}

.jingxuantuji .left,
.jingxuantuji .top-left,
.jingxuantuji .top-right,
.jingxuantuji .bottom-left,
.jingxuantuji .bottom-right {
  box-sizing: border-box;
}

.top-image {
  width: 280px;
  height: 200px;
  overflow: hidden;
}

.top-image img {
  transition: transform 1s;
}

.show-box li:hover .top-image img {
  transform: scale(1.1);
}

.show-bar {
  margin-top: 40px;
}

.show-bar:hover {
  box-shadow: 1px 2px 6px #ccc;
}

.show-bar a,
.show-bar img {
  display: block;
  margin: 0  auto;
  width: 100%;
}

.page2 .show-box.w1200 .swiper-container-show li:nth-child(2), .page2 .show-box.w1200 .swiper-container-show li:nth-child(3) {
  margin-top: 0;
}

.page2 .show-box.w1200 .swiper-container-show li:first-child {
  height: 400px;
}

.page2 .show-box.w1200 .swiper-container-show li:first-child .li-box {
  height: 380px;
  overflow: hidden;
}

.page2 .show-box.w1200 .swiper-container-show li .li-box {
  background-image: none;
  position: relative;
}

.page2 .show-box.w1200 .swiper-container-show li h4 {
  color: #999;
  position: absolute;
  right: 10px;
  bottom: 10px;
  font-size: 12px;
}
.page2 .show-box.w1200 .swiper-container-show li:first-child h4 {
  right: 10px;
  bottom: 5px;
}

.pagination-bar {
  text-align: center;
  height: 60px;
  line-height: 60px;
  padding: 20px 0;
}

.pagination-bar a:hover,
.pagination-bar .active {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}

.pagination-bar .pagination-box a {
  display: inline;
}

.pagination-bar a {
  display: block;
  border: #dddad2 1px solid;
  background: #f7f6f3;
  padding: 10px 15px;
  margin: 0 5px;
  text-decoration: none;
  color: unset;
  font-size: 12px;
}

.pagination-bar a:hover,
.pagination-bar .active {
  background: #cc3333;
  color: #fff;
  text-decoration: none;
}
.pagination-box {
  margin-top: 20px;
}
.pagination-bar .phone .pagination-bar a {
  padding: 4px 9px;
  margin: 0 3px;
}

.lujing {
  margin-top: 40px;
  padding: 15px 0;
  font: normal 12px/180% \5FAE\8F6F\96C5\9ED1;
}

.lujing a {
  padding: 0 5px;
  display: inline;
}

.lujing,
.lujing a:link,
.lujing a:visited,
.lujing a:hover {
  color: #666;
}
.main-bar {
  width: 1200px;
}

.logo-bar a {
  display: block;
  margin: 0 20px;
  float: left;
}

.logo-bar .left span {
  float: left;
  background: #e00011;
  font-family: "\5FAE\8F6F\96C5\9ED1";
  font-size: 30px;
  color: #fff;
  padding: 0 5px;
  line-height: 35px;
  height: 35px;
  margin-top: 15px;
}

.logo-bar .right span {
  float: left;
  background-repeat: no-repeat;
  background-position: 2px center;
  padding-left: 35px;
  text-align: left;
  margin-right: 25px;
}

.logo-bar img {
  margin: 8px 0;
  display: block;
}

.logo-bar .right {
  margin-left: 40px;
}

.logo-bar .right a {
  line-height: 40px;
  font-size: 21px;
  color: #333;
  font-weight: bold;
  margin: 11px 0;
}

.logo-bar .right a:hover {
  color: #e60012;
  text-decoration: none;
}

.clear.logo-bar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
  background-color: white;
  box-shadow: 1px 1px 3px rgb(76, 63, 63, 0.2);
}

.logo-bar #keyword {
  color: rgb(204, 204, 204);
  height: 32px;
  padding: 0px 10px;
  width: 200px;
  float: left;
  border: 1px solid #ebebeb;
  outline: none;
}

.logo-bar .srarch-button {
  float: right;
  margin: 0 10px;
  outline: none;
}

.logo-bar form {
  height: 34px;
  margin: 14px 20px;
}
